PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class / getUseActualTextIfAvailable Method
In This Topic
    getUseActualTextIfAvailable Method
    In This Topic
    Gets a flag indicating whether the text extraction process should use the text included in the /ActualText entry applied to current showText operator.
    Syntax
    public boolean getUseActualTextIfAvailable()

    Return Value

    True if the text extraction process should ignore the glyph values and font encoding and use the text included in the /ActualText entry applied to current showText operator.
    See Also